Pcf has also been enhanced with new data types and the ability to group or nest sets of parameters Pcf還增加了新的數(shù)據(jù)類(lèi)型,并且可以組合或嵌套參數(shù)。
In a project file you can use wildcards to include all the files in one directory or a nested set of directories as inputs for a build 在項(xiàng)目文件中,可以使用通配符將一個(gè)目錄或一組嵌套目錄中的所有文件都包括在某個(gè)生成的輸入列表中。
However , there might be one file in the directory or one directory in a nested set of directories that you do not want to include as input for a build 但是,您可能不希望將目錄中的某個(gè)文件或一組嵌套目錄中的某個(gè)目錄包括在某個(gè)生成的輸入列表中。
When that occurs , the value being refined is replaced with the details enclosed in a nested set of square brackets , which makes it easier for tools to process verbose gc output 如果是這種情況,這些被分解的值會(huì)由包圍在嵌入的一組方括號(hào)中的細(xì)節(jié)所替代,這使工具可以更容易地處理詳細(xì)gc輸出。
This dtd serializes data into a nested set of data structures that are common in object - oriented programming languages : dictionaries , arrays , strings , numbers , booleans , dates , and binary data 該dtd把數(shù)據(jù)序列化為通常在面向?qū)ο缶幊陶Z(yǔ)言中才會(huì)見(jiàn)到的(嵌套的)數(shù)據(jù)結(jié)構(gòu)集:詞典、數(shù)組、字符串、數(shù)字、 boolean值、日期和二進(jìn)制數(shù)據(jù)。
When you build a project that contains several files , you can list each file separately in the project file , or you can use wildcards to include all the files in one directory or a nested set of directories 如果生成的項(xiàng)目中包含多個(gè)文件,則可以在項(xiàng)目文件中分別列出每個(gè)文件,也可以使用通配符將一個(gè)目錄或一組嵌套目錄中的所有文件都包括進(jìn)去。
Csfile include " form1 . cs " csfile include " file1 . cs ; file2 . cs " csfile include " . cs " jpgfile include " images - - . jpg " if you have used wildcards to include all the files in one directory or a nested set of directories as inputs for a build , there might be one or more files in the directory or one directory in the a nested set of directories that you do not want to include 盡管您已使用通配符將一個(gè)目錄或一組嵌套目錄中的所有文件都包括在某個(gè)生成的輸入列表中,但該目錄中的某個(gè)文件或這組嵌套目錄中的某個(gè)目錄卻有可能是您不希望包括在列表中的。